home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / cbreak.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.4 KB  |  74 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Combine and Break
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : WIS JPMO
  7. --                   : Washington, DC
  8. --                   : 20330-6600
  9. --                   : Contact: Lt. Colonel Falgiano
  10. --                   : ESD/SCW
  11. --                   : Hanscom AFB, MA  01731
  12. -- COPYRIGHT         : (c) 1986, WIS JPMO
  13. -- DATE CREATED      : 
  14. -- DATE RELEASED     : 
  15. -- DATE LAST UPDATED : 
  16. -- LOCATION          : ASR
  17. -- ENVIRONMENT       : WICAT/ROS TeleSoft
  18. --= CLASSIFICATION       ===============================================--
  19. -- CATEGORY LEVEL 1  : TEXT MANIPULATION
  20. -- CATEGORY LEVEL 2  : FILE CONCATENATION
  21. -- CATEGORY LEVEL 3  : Combine and Break
  22. -- CATEGORY LEVEL 4  : 
  23. -- KEYWORD           : 
  24. -- INDEX             : CBREAK
  25. -- INDEX             : Files, Combining
  26. -- INDEX             : Combining Files
  27. -- TAXONOMY          : 
  28. -- DEPENDENCIES      : 
  29. -- SEE ALSO          : WIS_TOOL_38
  30. --= FILE LISTING         ===============================================--
  31. -- FILE SPECS        : PD:<ADA.TOOLS>CBREAK*.*
  32. -- DIRECTORY DISPLAY :
  33. -- Directory   PD:<ADA.TOOLS>
  34. --      File Name     Byte Count  Line Count
  35. --   ---------------  ----------  ----------
  36. --   CBREAK.CMM              581          31
  37. --   CBREAK.PRO             3542          77
  38. --   CBREAK.SRC            28407         764
  39. --   CBREAKREN.SUB            90           3
  40. --   ===============  ==========  ==========
  41. --     4 Files             32620         875
  42. --= ABSTRACT             ===============================================--
  43. --         These  tools  are user to combine separate files into a single
  44. -- file, and to break single files into separate files.  The  code  works
  45. -- on  file  banners  which  immediately  precede each file.  These tools
  46. -- normally are used to "break"  a  single  source  code  file  into  the
  47. -- compilable  subunits  of the file.  "Combine" is used to append all of
  48. -- the subunits into one file.
  49. --= REVISION HISTORY     ===============================================--
  50. --
  51. -- DATE           VERSION AUTHOR                  HISTORY 
  52. --                1.0     WIS JPMO                Initial Release
  53. --= RELEASE NOTICE       ===============================================--
  54. -- This prologue must be included in all copies of this software.
  55. -- 
  56. -- This software is copyright by the author.
  57. -- 
  58. -- This software is released to the Ada community.
  59. -- This software is released to the Public Domain (note:
  60. --   software released to the Public Domain is not subject
  61. --   to copyright protection).
  62. -- Restrictions on use or distribution:  NONE
  63. --= DISCLAIMER           ===============================================--
  64. --     This software and its documentation are provided "AS IS" and
  65. -- without any expressed or implied warranties whatsoever.  No warranties
  66. -- as to performance, merchantability, or fitness for a particular
  67. -- purpose exist.
  68. --     The user is advised to test the software thoroughly before
  69. -- relying on it.  The user must assume the entire risk and liability of
  70. -- using this software.  In no event shall any person or organization of
  71. -- people be held responsible for any direct, indirect, consequential or
  72. -- inconsequential damages or lost profits.
  73. --======================================================================--
  74.